Revision: tla--libawk-exp--1.3.1--patch-3
Archive: lord@emf.net--libawk-exp-2005
Creator: Thomas Lord <lord@emf.net>
Date: Fri Feb 11 12:54:47 PST 2005
Standard-date: 2005-02-11 20:54:47 GMT
Modified-files: libarch/patch-logs.c
New-patches: lord@emf.net--libawk-exp-2005/tla--libawk-exp--1.3.1--patch-3
Summary: remove a "patch-logs.c" call to `trim_surrounding_ws' 
Keywords: 

The function "patch-logs.c(arch_auto_log_message)" contained
a call to `trim_surrounding_ws' which set a variable whose
value was otherwise unused (except to free the allocated memory
it pointed to).

This change removes that call (and the variable), both because
they were dead (but potentially error-triggering) code and 
as part of the overall work to eliminate `trim_surrounding_ws'
entirely.

